SagaStartingEvent<'T>Record
PackageFCQRS
Wraps an event that is intended to start a saga.
This is typically the message sent to a saga actor upon its creation.
<typeparam name="'T">The type of the starting event payload.</typeparam>
Fields
| Name | Type | Description |
|---|---|---|
| Event | Event | The actual event payload that triggers the saga. |